home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / timeline.dir / 00116_Script_116 < prev    next >
Text File  |  1983-01-29  |  363b  |  15 lines

  1. on quale_adt
  2.   global tavola,disaudio
  3.   vif 35
  4.   if not disaudio then
  5.     case tavola of
  6.       1:  sound playFile 1,"adt01.aif"
  7.       2:  sound playFile 1,"adt02.aif"
  8.       3:  sound playFile 1,"adt03.aif"
  9.       4:  sound playFile 1,"adt04.aif"
  10.       5:  sound playFile 1,"adt05.aif"
  11.       6:  sound playFile 1,"adt06.aif"
  12.     end case
  13.   end if
  14. end
  15.